From 51c072044f096a9c64e1bcef55603e714770df90 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Thu, 16 Nov 2006 10:28:26 +0000 Subject: [PATCH] Fix cpu_cap option. Signed-off-by: Masaki Kanno --- tools/python/xen/xend/XendConfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 98f1f572fa..da0deb3bb0 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -142,6 +142,7 @@ ROUNDTRIPPING_CONFIG_ENTRIES = [ ('uuid', str), ('vcpus', int), ('vcpu_avail', int), + ('cpu_cap', int), ('cpu_weight', int), ('memory', int), ('shadow_memory', int), -- 2.30.2